<%if application("udate")=true then response.redirect "../probihaupdate.html" end if%> Untitled <%dim pomocna,dbconnection,recordset,odpovedcislo,jonebone set dbconnection=server.createobject("adodb.connection") pomocna="driver={microsoft access driver (*.mdb)}; " pomocna=pomocna & "dbq=" & server.mappath("admin/forum.mdb") dbconnection.open pomocna set recordset=server.createobject("adodb.recordset") recordset.activeconnection=dbconnection recordset.cursortype=1 recordset.locktype=3 recordset.open "SELECT * FROM sekce where sekce.id="&request.querystring("id") response.write recordset("popis") mapa=recordset("odkazmapa") %> Najdi na mapě
<%if recordset("obr1")<>"" then%> ')" style="cursor:hand" align="center"> <%end if%> <%if recordset("obr2")<>"" then%> ')" style="cursor:hand" align="center"> <%end if%> <%if recordset("obr3")<>"" then%> ')" style="cursor:hand" align="center"> <%end if%> <%if recordset("obr4")<>"" then%> ')" style="cursor:hand" align="center"> <%end if%>

<< Zpět na výpis prodejen
<% recordset.close dbconnection.close set recordset=nothing set dbconnection=nothing%>